-- card: 66176 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=394 top=274 right=297 bottom=415 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp setCrossReference go to card id 110950 end mouseUp -- part contents for background part 1 ----- text ----- pass -- pass the original message on to the next object in the inheritance path. This is useful for catching special cases, while letting HyperCard handle the general case of a message. send to --send the message to another object and return to current script after that message is handled. Send to me or just Send sends to current object. function a,b return (a + b)/2 end average --See Functions you define.* -- part contents for background part 44 ----- text ----- pass send function... return... end... -- part contents for background part 2 ----- text ----- Other control structures (cont.) -- part contents for background part 43 ----- text ----- 267,189